home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 May / VPR0205B.ISO / TERMINAL / J-DSL SIGNUPSOFT / jdsl.exe / 0 / RCDATA / TFORMCONTRACT / TFORMCONTRACT.txt < prev   
Text File  |  2001-10-19  |  2KB  |  70 lines

  1. object FormContract: TFormContract
  2.   Left = 24
  3.   Top = 661
  4.   BorderStyle = bsNone
  5.   Caption = 'FormContract'
  6.   ClientHeight = 267
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 400
  27.     Height = 267
  28.     Align = alClient
  29.     Picture.Data = {<image000.bmp>}
  30.     Stretch = True
  31.   end
  32.   object SenseMouseImageButton1: TSenseMouseImageButton
  33.     Left = 168
  34.     Top = 231
  35.     Width = 105
  36.     Height = 25
  37.     Cursor = crHandPoint
  38.     OnClick = SenseMouseImageButton1Click
  39.     ResourceNameEnter = 'NO02'
  40.     ResourceNameLeave = 'NO01'
  41.     ResourceNameClick = 'NO03'
  42.   end
  43.   object SenseMouseImageButton2: TSenseMouseImageButton
  44.     Left = 276
  45.     Top = 231
  46.     Width = 121
  47.     Height = 25
  48.     Cursor = crHandPoint
  49.     OnClick = SenseMouseImageButton2Click
  50.     ResourceNameEnter = 'YES02'
  51.     ResourceNameLeave = 'YES01'
  52.     ResourceNameClick = 'YES03'
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 17
  56.     Top = 17
  57.     Width = 366
  58.     Height = 196
  59.     Font.Charset = SHIFTJIS_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     ReadOnly = True
  66.     ScrollBars = ssVertical
  67.     TabOrder = 0
  68.   end
  69. end
  70.